home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 1997
/
MacHack 1997.toast
/
Hacks
/
Hacks ’94
/
[√] Distribution Restricted!
/
Steve Sisak
/
TMFutures
/
Futures.h
< prev
next >
Wrap
Text File
|
1994-06-26
|
719b
|
32 lines
/*
File: Futures.h
Contains: xxx put contents here xxx
Written by: xxx put writers here xxx
Copyright: © 1993 by Apple Computer, Inc., all rights reserved.
© 1994 by Steve Sisak, all rights reserved.
NOTE:
Need to check w/Dave Falkenberg at Apple for proper credit
for all previous writers of this code and proper copyright
before distribution
Change History (most recent first):
<1> 10/14/93 bsp first checked in
*/
#ifndef __FUTURES__
#define __FUTURES__
#include <AppleEvents.h>
pascal OSErr InitFutures(void);
pascal OSErr Ask(AppleEvent* question, AppleEvent* answer);
pascal Boolean IsFuture(AppleEvent* message);
pascal OSErr BlockUntilReal(AppleEvent* message);
#endif // __FUTURES__